From: Richard M. Stallman Date: Tue, 7 Jun 1994 07:30:58 +0000 (+0000) Subject: (test-distrib): Use ALL_CFLAGS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91246 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c88a7f88e385536ade9438ff890244c6a2e5086b;p=emacs.git (test-distrib): Use ALL_CFLAGS. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index edc8dc9aa44..e060130e0ea 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -248,7 +248,7 @@ TAGS: etags distribute Emacs. If they were clobbered, all the .elc files were clobbered too. */ test-distrib: ${srcdir}/test-distrib.c - $(CC) -o test-distrib ${srcdir}/test-distrib.c + $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c ./test-distrib ${srcdir}/testfile GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)